github.com/andybalholm/brotli.bitReaderState.input (field)

12 uses

	github.com/andybalholm/brotli (current package)
		bit_reader.go#L58: 	input     []byte
		bit_reader.go#L81: 	to.input = from.input
		bit_reader.go#L89: 	to.input = from.input
		bit_reader.go#L118: 		br.val_ |= (uint64(binary.LittleEndian.Uint32(br.input[br.byte_pos:]))) << 32
		bit_reader.go#L137: 	br.val_ |= (uint64(br.input[br.byte_pos])) << 56
		bit_reader.go#L246: 	copy(dest, br.input[br.byte_pos:][:num])
		decode.go#L2043: 		br.input = *next_in
		decode.go#L2051: 		br.input = s.buffer.u8[:]
		decode.go#L2081: 						br.input = *next_in
		decode.go#L2104: 					*next_in = br.input[br.byte_pos:]
		decode.go#L2132: 				*next_in = br.input[br.byte_pos:]
		decode.go#L2484: 				*next_in = br.input[br.byte_pos:]